home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / cfregistrydelete.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  537 b   |  22 lines

  1. <!--- This view-only example uses CFREGISTRY with
  2.       the Delete Action  --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>CFREGISTRY ACTION="Delete"</TITLE>
  6. </HEAD>
  7.  
  8. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  9. <BODY  bgcolor="#FFFFD5">
  10.  
  11. <H3>CFREGISTRY ACTION="Delete"</H3> 
  12. <P>
  13. Registry deletion is a highly sensitive action.
  14. Consider using the ColdFusion Administrator to
  15. secure the CFREGISTRY function.
  16. <!--- 
  17. <CFREGISTRY ACTION="Delete"
  18.   BRANCH="HKEY_LOCAL_MACHINE\Software\cflangref\tempkey"
  19.   ENTRY="LastCFM01"> --->
  20.  
  21. </BODY>
  22. </HTML>